xl: correct test for domid on error exit from domain_create
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 13 Jan 2011 01:26:44 +0000 (01:26 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 13 Jan 2011 01:26:44 +0000 (01:26 +0000)
commit6e7334338f0e3d89ec9d4bf00c77f0d424db22a0
treee8880e1279e52758a76adb5e26bfb7e66b078fe2
parent8636567f45f2ec20574afb41df26ce3bb719fdd5
xl: correct test for domid on error exit from domain_create

The previous changeset 22739:d839631b6048 changed the initialisation
of domid without changing the corresponding cleanup test.  Oops.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c